home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / sudo / copyright < prev    next >
Text File  |  2008-09-01  |  4KB  |  73 lines

  1. This is the Debian GNU/Linux prepackaged version of sudo.  sudo is
  2. used to provide limited super user privileges to specific users.
  3.  
  4. Bdale Garbee <bdale@gag.com> maintains this package using sources from 
  5.  
  6.     http://www.sudo.ws/
  7.  
  8. Sudo is distributed under the following BSD-style license:
  9.  
  10.    Copyright (c) 1994-1996,1998-2005,2007 Todd C. Miller <Todd.Miller@courtesan.com>
  11.    All rights reserved.
  12.  
  13.    Redistribution and use in source and binary forms, with or without
  14.    modification, are permitted provided that the following conditions
  15.    are met:
  16.  
  17.    1. Redistributions of source code must retain the above copyright
  18.       notice, this list of conditions and the following disclaimer.
  19.  
  20.    2. Redistributions in binary form must reproduce the above copyright
  21.       notice, this list of conditions and the following disclaimer in the
  22.       documentation and/or other materials provided with the distribution.
  23.  
  24.    3. The name of the author may not be used to endorse or promote products
  25.       derived from this software without specific prior written permission
  26.       from the author.
  27.  
  28.    4. Products derived from this software may not be called "Sudo" nor
  29.       may "Sudo" appear in their names without specific prior written
  30.       permission from the author.
  31.  
  32.    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  33.    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  34.    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  35.    THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  36.    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  37.    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  38.    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  39.    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  40.    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  41.    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  42.  
  43.  
  44. Additionally, lsearch.c, fnmatch.c, getcwd.c, snprintf.c, strcasecmp.c
  45. and fnmatch.3 bear the following UCB license:
  46.  
  47.    Copyright (c) 1987, 1989, 1990, 1991, 1993, 1994
  48.     The Regents of the University of California.  All rights reserved.
  49.  
  50.    Redistribution and use in source and binary forms, with or without
  51.    modification, are permitted provided that the following conditions
  52.    are met:
  53.    1. Redistributions of source code must retain the above copyright
  54.       notice, this list of conditions and the following disclaimer.
  55.    2. Redistributions in binary form must reproduce the above copyright
  56.       notice, this list of conditions and the following disclaimer in the
  57.       documentation and/or other materials provided with the distribution.
  58.    3. Neither the name of the University nor the names of its contributors
  59.       may be used to endorse or promote products derived from this software
  60.       without specific prior written permission.
  61.  
  62.    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  63.    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  64.    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  65.    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  66.    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  67.    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  68.    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  69.    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  70.    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  71.    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  72.    SUCH DAMAGE.
  73.